type internal/reflectlite.chanDir

4 uses

	internal/reflectlite (current package)
		type.go#L190: type chanDir int
		type.go#L193: 	recvDir chanDir             = 1 << iota // <-chan
		type.go#L586: func (t *rtype) chanDir() chanDir {
		type.go#L591: 	return chanDir(tt.dir)